wolfcrypt/settings.h: use default realloc on EspressIf#6210
wolfcrypt/settings.h: use default realloc on EspressIf#6210dgarske merged 1 commit intowolfSSL:masterfrom
Conversation
|
Thank you @rizlik for the heads-up on this change as related to #6201 from @PaulMartinsen. I've been able to reproduce the problem and confirmed that your fix works properly on the Espressif ESP-IDF for the ESP32. I've confirmed that void* realloc(void* ptr, size_t size) is implemented in the Espressif I've tested this with Note that some combinations on the current wolfSSL release will not work, such as the ED25519 problems noted in #5948 that are fixed in my branch. PR coming as soon as I can clean everything up & complete more testing. |
|
This now passes all the tests |
Description
use default realloc on EspressIf
Fixes: #6201